What does this error mean?

krizla

New member
Joined
Dec 6, 2006
Messages
4
Programming Experience
Beginner
I'm working on a asp.NET project and I switch from computer ... so I simply copied the solution files to the other computer and the files from mij wwwroot to the other computer ...

It's a fresh installation with all the updates (VS.NET 2003), I've got my IIS running and everything. When I open the solution evrything looks fine ... but when I want to debug I ge this: (see attachment)

Does anyone have any idea how to solve this?
 

Attachments

  • error.JPG
    error.JPG
    10.6 KB · Views: 36
Presumably you cannot debug projects that are in the Internet security zone. Move the project, or change the URL so that the computer is satisfied that you are accessing it from the local network and the site is local.

DId you click Help for more information?
 
Thanks for the reply ... I did check help, but that didn't help me a lot. The reason was that the browser on that computer was set with too high secirity ... it had tot do with the configuration of IE7 ... I never tought about that since firefox is my standard browser ...

Anyway, it's fixed, my project is up and running.
 
Back
Top