-
Posted to
ASP.NET Administration
by
Martin Carreras
on
08-13-2008, 8:39 AM
What do you mean by COM+ package? Is that something configured or programmed in the application? If so, please give me details in order to check.
All I know about this issue is here:
Administrative Tools > Component Services > Computers > My Computer
And here:
appwiz.cpl > windows components > application server > ...
-
Posted to
ASP.NET Administration
by
Martin Carreras
on
08-12-2008, 10:14 PM
Hi Steve,
Thanks for the answer.
I thought the only configuration concerning MS DTC was in: Administrative Tools > Component Services > Computers > My Computer.
I checked was you mentioned (in windows components) and it wasn't installed. After installation I uncommented transaction code lines and reinstalled the service. ...
-
Posted to
ASP.NET Administration
by
Martin Carreras
on
08-12-2008, 3:25 PM
Hi,
I'm from Argentina.
I'll try to explain in the best english I can the error I'm getting due to MS DTC miss-configuration (or perhaps I'm missing a specific Hotfix, I read there are some bugs concerning MS DTC in Win Server 2003).
I have recently configured a web server to run my .NET web site. The solution has a ASP.NET 2.0 ...
-
Posted to
General
by
Martin Carreras
on
07-17-2008, 6:41 PM
Hi, I'm from Argentina. I'm getting the following error in the Event Viewer (System):
Source: MSFTPSVC
Type: Error
Event ID: 8
FTP Server could not create a client worker thread for user at host xxx.xx.xxx.xx. The connecting to this user is terminated. The data is the error.
I'm not having ...
-
Posted to
ASP.NET Administration
by
Martin Carreras
on
07-05-2008, 5:13 PM
Hi, I'm from Argentina,
I'll try to explain the problem I'm having in my best english I can.
I'm running a ASP.NET 2.0
Service Application that delivers e-mails to registered users. I am not a
programmer I'm just the owner of the web application. When an error occurs on
the service, an e-mail is sent to a mailbox ...
-
Posted to
ASP.NET Administration
by
Martin Carreras
on
07-04-2008, 11:07 AM
Thanks Steve for your answer. I'm not actually using Active Directory, is it really necessary to use?
What's your opinion about this error I'm getting?
-
Posted to
ASP.NET Administration
by
Martin Carreras
on
07-03-2008, 6:35 PM
Hi,
I'm from Argentina. I'm running a ASP.NET Service Application and I'm getting the following error:
"Object reference not set to an instance of an object"
I read that I have to add the ASPNET User to the SQL database and that in Win Server 2003 it is called NT AUTHORITY\NETWORK SERVICE.... Is this ...
-
Posted to
ASP.NET Administration
by
Martin Carreras
on
11-16-2007, 8:42 AM
Hi Jeff,
Yes, .NET Framework 2.0 comes with Vista and I have all updates available. I've tried to load .NET pages using the Development Server (not IIS7) and it works great. I'm having trouble inside "Inetpub/wwwroot", a security issue or IIS7 configuration issue. Pages don't load, browser keeps searching and ...
-
Posted to
ASP.NET Administration
by
Martin Carreras
on
11-15-2007, 11:21 PM
I migrated my application to .net 2.0 using this reference:
http://msdn2.microsoft.com/en-us/library/aa479567.aspx#wapp_topic12
-
Posted to
ASP.NET Administration
by
Martin Carreras
on
11-15-2007, 7:00 PM
Hi,
I'm from Argentina. I have a c#.net 2.0 application that works perfectly on XP Professional. I also have the same project installed on another PC with Vista Ultimate but I can't make it work. I can see HTML pages without any trouble but when I want to enter a .NET page the browser keeps searching and searching and nothing ...