Compiler Error Message: CS0030: Cannot convert type 'ASP.login_aspx' to 'System.Web.UI.WebControls.L

K

keithb

A web site published from its development environment (VS Web Server) to an
IIS 6.0 site displays this message:

Compiler Error Message: CS0030: Cannot convert type 'ASP.login_aspx' to
'System.Web.UI.WebControls.Login'

Anyone have an idea about the cause?

Thanks,

Keith
 
G

Guest

It's saying it can't convert the Page class ( 'ASP.login_aspx' ) to an
instance of the Login Control class.

Sounds like you might have the site configured to run under ASP.NET 1.1?

Peter
 

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

Members online

Forum statistics

Threads
473,764
Messages
2,569,564
Members
45,041
Latest member
RomeoFarnh

Latest Threads

Top