rp.
rp.

Reputation: 17683

Visual Studio 2008 / Web site problem

I am using VS 2008 with SP1 and the IE 8 beta 2. Whenever I start a new Web site or when I double-click an ASPX in the solution explorer, VS insists on attempting to the display the ASPX page in a free-standing IE browser instance. The address is the local file path to the ASPX it's trying to load and an error that says, "The XML page cannot be displayed" is shown.

Otherwise, things work work correctly (I just close the offending browser window. ASP.NET is registered with IIS and I have no other problems. I have tested my same configuration on other PCs and it works fine. Has anyone had this problem?

Thanks

rp

Upvotes: 2

Views: 449

Answers (1)

John Sheehan
John Sheehan

Reputation: 78152

Right click on the file, select 'Open With' and choose "Web Form Editor" and click "Set as Default".

Upvotes: 3

Related Questions