Dear experts,
I’m professional programmer since 2000 years, but new to IIS7.5 administration and I need a little help.
I had an application in ASPX which do a specific business function and is started via URL call. It worked, but I want to start 2 different copies of this application – for example one to be called with
https://83.222.134.12/Demo2/calc/Default.aspx
and other with
https://83.222.134.12/Demo3/calc/Default.aspx
Actually I manage to make this, with virtual directories and with new application, but I need to have completely different web.config in which also there are connection strings that should use different database, BUT ARE WITH THE SAME NAME. Now I get error that
Parser Error Message: The entry 'ASPData2' has already been added.
How to do deal with this?
I'm ready to give you the points, just want to ask - for my case - I need a new application for every copies of applications, or new virtual directories ?
It look a new site is not proper, I want all different copies to be accessed via same IP while a new site require a new LAN card.
For my purpose is enoght to have 2 copies working under different pool that will grant me that a problem with one app do not affect other. I set this with new application.