Interview Question in Visual Studio 2003


 

Interview Question :: Untrusted web server was used? What does it meant

Recently, I had problem creating/opening a project from the Visual Studio .NET 2003 because it states that the web server is not running. Now, this problem has been solved.

I can now create/open a new project.

However, when I open a project, this message will pop up:

" The project '<project_name>' is on an untrusted web server. Opening this project may cause code to be executed with full trust.
Do you want to continue opening this project? If you do not trust thw source of this project, you should choose 'No'. "

If I click 'Yes', I can open a project. If I click 'No', then I can't open one.

So, how do I make my web server a trusted one? I don't want this message to pop out whenever I want to open a project.

Has it got to do with my IIS?

Please help. Thanks :)
by ksk