Quick question: when you select "set as start page" for an aspx file,what actually happens? In other words, what file does thatinformation get stored in?
Most likely the .csproj or .vbproj file. It has no impact when you deploy your app. Strictly used for debugging inside VS.Net
Strictly used for debugging inside VS.Net
Oh, okay. That's what I needed to know! Thanks!
If you look in your documents and settings folder, there is a VSWebCache Folder. Each web application will have a folder and in there you'll find a file like WebApplication1.vbproj.user that contains all the user settings like start page.
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment