Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   ASP .Net Web Services (http://www.velocityreviews.com/forums/f64-asp-net-web-services.html)
-   -   System.ComponentModel.Win32Exception Access denided (http://www.velocityreviews.com/forums/t787258-system-componentmodel-win32exception-access-denided.html)

Shahin 08-31-2007 07:38 AM

System.ComponentModel.Win32Exception Access denided
 
Hi,
one of my client using a electronic web publication, to publish thier web
site, we hosting thier web site and the application on our web site.

some time when they click on the publish boten they get this error:
Exception Details: </b>System.ComponentModel.Win32Exception: Access is denied

, when we restart the server they can publish the site.
so I look at the the code and when click the publish this would execut:

private Sub IndexEPD(st as integer)
if st = 0 then
Dim myProcess As New Process()
myProcess =
System.Diagnostics.Process.Start(Request.PhysicalA pplicationPath &
"cc21Siebold\ccIndexer.exe",Request.PhysicalApplic ationPath &
"cc21Siebold\EPub.indexerprofile -autostart -autoshutdown")
myProcess.waitForExit
Response.Status = "200 OK"
Response.Write("OK")
myProcess =
System.Diagnostics.Process.Start(Request.PhysicalA pplicationPath &
"cc21Siebold\ccIndexer.exe",Request.PhysicalApplic ationPath &
"cc21Siebold\EPubEvents.indexerprofile -autostart -autoshutdown")
myProcess.waitForExit
Response.Status = "200 OK"
Response.Write("OK")
else
Response.Status = "200 OK"
Response.Write("10")
end if
end sub

I can run the executebals indevitualy without an problem, but not from web
browser on the internet (except when I restart the server).

the server is a windows 2003 DC. I did search the net and I could find some
artical tha said it is right issue, but why when the server is restarted they
can publish the web site? and I cannot find any thing in the event view.

Any Idea how to solve this issue?



All times are GMT. The time now is 12:14 PM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.