IIS 6.0 and UNC!!!
am 06.07.2007 19:48:15 von McFly Racing
Hi All
I have an app that hosted inside IIS 6.0, the app uses a custom DLL which
makes some File I/O on a remote UNC. Unfortunately the system was working
all fine until lately were I am getting an error in reading the file...Since
this DLL is a 3rd party I don't know the exact error code but its gotta do
with access violation.
Problem is that my IIS are not part of the domain on which the file shares
are....
How do I rectify this solution.
The UNC right now has Full Control [ACL] to everyone....
TIA
OS:Win2k3
..NET Framework 1.1
IIS 6.0
Re: IIS 6.0 and UNC!!!
am 07.07.2007 01:41:21 von David Wang
It sounds like the problem is either with the 3rd party DLL or your
configuration. I do not see any IIS-related issue that this forum can
help with.
Please obtain support from the support personel of the 3rd party DLL.
They should tell you the proper configuration as well as debug their
DLL to tell you what is wrong.
//David
http://w3-4u.blogspot.com
http://blogs.msdn.com/David.Wang
//
On Jul 6, 10:48 am, "Vai2000" wrote:
> Hi All
> I have an app that hosted inside IIS 6.0, the app uses a custom DLL which
> makes some File I/O on a remote UNC. Unfortunately the system was working
> all fine until lately were I am getting an error in reading the file...Since
> this DLL is a 3rd party I don't know the exact error code but its gotta do
> with access violation.
> Problem is that my IIS are not part of the domain on which the file shares
> are....
>
> How do I rectify this solution.
> The UNC right now has Full Control [ACL] to everyone....
>
> TIA
>
> OS:Win2k3
> .NET Framework 1.1
> IIS 6.0
Re: IIS 6.0 and UNC!!!
am 11.07.2007 06:30:18 von Steve Schofield
Try running Filemon on the web node to see what is actually being read.
I've seen other 3rd party components look for a license file or something
else that was causing errors.
--
Best regards,
Steve Schofield
Windows Server MVP - IIS
http://weblogs.asp.net/steveschofield
"Vai2000" wrote in message
news:eBMYDW$vHHA.5008@TK2MSFTNGP05.phx.gbl...
> Hi All
> I have an app that hosted inside IIS 6.0, the app uses a custom DLL which
> makes some File I/O on a remote UNC. Unfortunately the system was working
> all fine until lately were I am getting an error in reading the
> file...Since
> this DLL is a 3rd party I don't know the exact error code but its gotta do
> with access violation.
> Problem is that my IIS are not part of the domain on which the file shares
> are....
>
>
> How do I rectify this solution.
> The UNC right now has Full Control [ACL] to everyone....
>
>
> TIA
>
> OS:Win2k3
> .NET Framework 1.1
> IIS 6.0
>
>