hi,
How to deployed in web site in asp.net and c#.net.Already i check some method it is working but it is all .cs file are here in "IIS" so i want to without .cs file deploying in web site in asp.net and c#.net.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Mahesh ChandPosted Apr 12, 2010, 7:13 PM
After that, you need to create a ASP.NET Web project. When you do that, you can use your .cs code in the code-behind of ASP.NET pages.
Once your ASP.NET application is built, you can deploy it using Visual Studio OR manually. For manual deployment, you create a virtual directory on IIS and copy your code in the virtual directory mapped to the location.
Cheers!