Can't deploy a web deployment project

K

KNC

Hi all,

I wonder if someone got the trouble below.
I'd like to merge all assemblies into 1 assembly for entire site, so
I installed webdeployment add-in and going through all necessary to
build to a website_deploy folder.
Then, I tried to deploy the website by manual, but when browsing the
default page default.aspx, I got the error:

"The XML page cannot be displayed
Cannot view XML input using XSL style sheet. Please correct the error
and then click the Refresh button, or try again later.

A name was started with an invalid character. Error processing resource
'http://localhost/WebsiteTestDeploy/Default.aspx'. ...

<%@ page language="C#" autoeventwireup="true" inherits="_Default"
theme="Blue" %> "

FYI, This page runs well in original website.

Appreciated for any help.
Thanks,
KNC
 
K

KNC

Hi all,

After searching for a while, and I recognized that almost ideas are
related to ASP.NET 2.0 configuration, then I tried to unregister and
re-register ASP.NET 2.0 (aspnet_regiis.exe /u and aspnet_regiis.exe /i)
-> still got the same error.
Any help pls?

Regards,
KNC
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top