views:

5

answers:

0

in previous versions of Visual Studio , when creating a new website, a new website project was created. when i implemented this website on the iis, i could change the default.aspx.cs file, save it and the next time i chose 'browse', the site was updated with the changes i made in the default.aspx.cs file.

in the VS2010, choosing new Web site open a menu to choose "ASP.NET web site" which is a web application not web site. therefore , after implementing the web project in the iis , i can't change the default.aspx.cs file and expect the project to accept the changes when choosing 'Browse', i can only recompile it and then move the new version to the iis again.

how do i create a web site with the VS 2010 that when implementing it on the iis , i could then change the file using notepad and when choosing 'Browse' on the default.aspx file , a new website will be created with the changes i made?