Welcome to HostingForumz.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

ASP / IIS : Server.CreateObject() Issues

 
   Web Hosting Problem Solving Community! (Home) -> IIS RSS
Next:  Problems with .Net frame extensions  
Author Message
mbailey

External


Since: Apr 23, 2004
Posts: 2



(Msg. 1) Posted: Fri Apr 23, 2004 1:39 pm
Post subject: ASP / IIS : Server.CreateObject() Issues
Archived from groups: microsoft>public>inetserver>iis (more info?)

All:

I have been working to migrate to IIS 6.0 and found issues with using
'Server.CreateObject()' versus simply 'CreateObject()' in our ASP scripts.

If 'Server.CreateObject()' is used, web objects can be created until
something breaks and then most of the remaining CreateObject() calls in the
script fail.

But removing the string 'Server.' from the CreateObject() call remedies the
problem and allows objects to be instantiated as effectively as they were in
IIS 5.1.

I stopped working with the MS support case because it was not going
anywhere. Has anybody else had a similar experience with this function?

Thanks!
Michael

 >> Stay informed about: ASP / IIS : Server.CreateObject() Issues 
Back to top
Login to vote
user1289

External


Since: Jan 13, 2004
Posts: 2



(Msg. 2) Posted: Sat Apr 24, 2004 3:41 pm
Post subject: RE: ASP / IIS : Server.CreateObject() Issues [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Server.CreateObject invokes Microsoft Transaction Server (MTS) to create the object and handle it, whereas CreateObject goes straight to it.

Check if Your MTS is ok or is it running.

 >> Stay informed about: ASP / IIS : Server.CreateObject() Issues 
Back to top
Login to vote
Display posts from previous:   
   Web Hosting Problem Solving Community! (Home) -> IIS All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]