Click here to Skip to main content
15,886,110 members

Comments by Member 8702062 (Top 3 by date)

Member 8702062 12-Mar-12 16:52pm View    
Is this answer in response to my question above? I not able to use a reference declared in web.config file?
Member 8702062 12-Mar-12 9:24am View    
I am not sure what you mean by moving 'the rest of your site with the web.config'. I just moved the web.config file one level up in the heirarchy and declared that level as the 'application' .

Yes I am using IIS 6.0

How do I set IIS to look for web.config in the new location? ASP.NET tab in mysite properties box indicates that web.config now lived in c:\mysite

BTW: All this site is configured with conventional/old ASP. Only small portions are asp.net.
Member 8702062 12-Mar-12 9:24am View    
MyWebservice is defined as following:

<pre lang="xml"><appSettings>
<add key="MyWebservice.MyWebservice" value="http://docmgmt/docwebservice/docwebservice.asmx" />
</appSettings></pre>

Thanks