Click here to Skip to main content
15,913,487 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how to deploy my asp.net web project when i m using vs 2010.
Posted

 
Share this answer
 
Comments
Monjurul Habib 31-Jul-11 11:23am    
nice links.5+
Abhinav S 31-Jul-11 11:30am    
Thank you.
 
Share this answer
 
Comments
Monjurul Habib 31-Jul-11 11:23am    
nice links,5!
Uday P.Singh 31-Jul-11 11:34am    
Thanks Monjurul :)
already tried with the option to publish?
First you need to create an Web application in the IIS create the application
and then publish your web seite with the next option: BUILD>Publish web site in the standar Menu.

if in the momment that you publish you project appear an error try the next solutions:

if you want to debug your ASP.NET project, there are several ways to accomplish this. the first is to embed Breakpoints for this in the standard menu and locate the debug option inserts a new breakpoint there.
or you can enter the code and double click in the left column on the gray portion of each line and thus appear in a Breackpoint automatic.
The second way is to run your application yesperar to throw you an error at runtime.
and the third is a little more rudimentary is to cres Msgbox where it will be some error, but latter beware that the MsgBox will only work locally, when you compile your project is sure to leave some msgbox denominated as you give a runtime error.
I hope and I serve I give you a choice
Greetings and good day
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900