[.NetIndia] how to deploy an ASP.NET application???
1 view
Skip to first unread message
Aqil Shah
unread,
Oct 11, 2005, 5:53:56 AM10/11/05
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Techdot...@googlegroups.com
Hi friends,
How to deploy asp.net application, for ex. i have developed a web site in asp.net, i want to deploy it to web server. What are the requiremets and hot to depoly it??
-- Thanks and Regards
Aqil Shah Software Engineer Offbeat Infotech Pvt. Ltd. +919425216183
BabuLives
unread,
Oct 11, 2005, 5:57:55 AM10/11/05
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to .NetIndia
hai... u can create a setup project from the tab "Setup and Deployment Project" from Visual sudio IDE...Or else U can use XCOPY Deployment...
Regards, Satheesh
Aqil Shah
unread,
Oct 11, 2005, 8:38:20 AM10/11/05
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Techdot...@googlegroups.com
how will i deploy it?? shall i physically give it to web server?? i mean if my web server is in mumbai, and i m in delhi then how will i give setup etc to web server. i m talking abt web apps deployment.
Thanks & Regards
BabuLives
unread,
Oct 11, 2005, 9:02:14 AM10/11/05
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to .NetIndia
Yes We can create setup for web app also...when we extract this web app in the destination machine,it will ceate virtual directory on the webserver and it will get installed...
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Techdot...@googlegroups.com
hi
Only an idea, may be wrong. You have a proxy that caches pages and somtimes different version of pages are returned from cache. Since viewstate must be the very same on each postaback this can cause the error.
try by clearing the cache if it doesnt work try by reinstalling the dot net Framework ..