R
Roland Giesler
Roland Giesler said:I have an CS app that I had to re-install after rebuilding a server, but
can't get it to run. It's a C# .net web application, which accesses a SQL
server DB. When the page is loaded it crashes in a file .\Dominican\Web
References\Users\Reference.cs. This file is auto created by Visual Studio
and has a number of calls implemented, "GetAuthenticatedUserData" being the
one that is not found, so IIS gives the error 404.
My env is Windows 2000 AS, with SQL Server EE, MDAC 2.8, .Net FW 1.1 with
all service packs installed and all patches loaded.
This app ran before, all the files are there, the two applications
(dominican.dll and docinicanservices.dll) are both installed as applications
in IIS.
I've attached screenshots of the IIS config, just to give a better picture
of what the setup looks like.
The Code that doesn't run is in the reference.cs file, line 37.
Question: Is there something else I have to load, register, install, etc to
get these calls to be succesful. It seems it's in system.web.services. where
this is located, but I cannot find this?
Thanks
Roland