I’m busy making a CMS using MVC3. I want to test the current build on the live server. Now, with a normal html website, you’d have a index.html or index.php and i think asp gives a default.aspx. But I don’t have anything like that in my project. Can anyone tell me where to get a default page, or how to make one, I have no idea what the format/syntax would be…
Share
This link might help:
http://msdn.microsoft.com/en-us/library/dd410407(v=vs.90).aspx
And a possible duplicate of this one:
Publish ASP.NET MVC Application : read configuration file permissions
and this
How to publish aspnet.mvc site?