Is there another web site running? If not, then I would suggest reinstalling IIS. If there is another site running, you can not have two sites running under the same ip address unless you change the port number within the properties of the site.
Espar,
Have you also stopped the MS DTC service before attempting to update the component? If you right-click on My Computer within Component Services, you can stop the MSDTC service.
King
I would suggest giving your sized popup a name. In the new page that loads, use an onLoad event in the body tag to:
<script language="javascript">
function closePopUp(){
window.close("windowname");
}
</script>
onLoad = "closePopUp()"
HOPE THIS HELPS...
King
We are running IIS on a webserver that uses COM components to connect to an application server. Around the middle of the day, every day, the ASP pages take forever to load and don't always load completely. CPU utilization on the server only maxes at about 52%, and memory isn't anywhere close...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.