Configuring ASP.NET Development server, HOW??

S

Søren M. Olesen

Hi

How do one configure the 'ASP.NET Development server' in Visual Studio 2005
??

I migrating an application from 1.1 to 2.0. The application is using a third
party component (Infragistics WebTree) which loads its scripts from a
virtual directory called 'ig_common', but how do I create this virtual
folder for the Development server ??

TIA

Søren
 
G

Guest

What is it "Development server"
just create virtual folder for 'ig_common' as usual
What's wrong with it?

Søren M. Olesen said:
How do one configure the 'ASP.NET Development server' in Visual Studio 2005
??

I migrating an application from 1.1 to 2.0. The application is using a third
party component (Infragistics WebTree) which loads its scripts from a
virtual directory called 'ig_common', but how do I create this virtual
folder for the Development server ??

--
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
 
V

Vadym Stetsyak

Hello, Søren!

SMO> I migrating an application from 1.1 to 2.0. The application is using a
SMO> third party component (Infragistics WebTree) which loads its scripts
SMO> from a virtual directory called 'ig_common', but how do I create this
SMO> virtual folder for the Development server ??

IMO you can create separate virtual folder for this component under IIS.
--
Regards, Vadym Stetsyak
www: http://vadmyst.blogspot.com
 

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