In my development machine it runs smoothly. Deploying it in my own development machine opens the website but gives me different w3wp.exe codes when opening a specific page inside my website.
It seems it is a memory problem. I have tried different approaches but nothing seems to work.
The page that I am trying to open in has different linq queries.
jesusvaz
0 Points
5 Posts
I have website that runs well in my development machine but it fails once this one its deployed
Apr 20, 2012 10:16 PM|LINK
In my development machine it runs smoothly. Deploying it in my own development machine opens the website but gives me different w3wp.exe codes when opening a specific page inside my website.
It seems it is a memory problem. I have tried different approaches but nothing seems to work.
The page that I am trying to open in has different linq queries.
Ken Tucker
All-Star
16797 Points
2608 Posts
MVP
Re: I have website that runs well in my development machine but it fails once this one its deploy...
Apr 20, 2012 11:42 PM|LINK
Please reply with more info about what error codes you are getting? Posting the code giving the error could help also
Space Coast .Net User Group
ZeeshanAnsar...
Participant
878 Points
264 Posts
Re: I have website that runs well in my development machine but it fails once this one its deploy...
Apr 22, 2012 04:28 PM|LINK
there may be some hard coded file path or some thing hard coded which doesn't fit in other machine or else
just post the error message completely so that we get into that.
Please 'Mark as Answer' if this post helps you.
necro_mancer
Star
8089 Points
1590 Posts
Re: I have website that runs well in my development machine but it fails once this one its deploy...
Apr 23, 2012 02:10 AM|LINK
hi jesusvaz,
where did you deploy your site? Is that to a remote server? Would you be able to get a copy of the error message on the Event Viewer?
Professional SQL 2008 R2 Service
jesusvaz
0 Points
5 Posts
Re: I have website that runs well in my development machine but it fails once this one its deploy...
Apr 23, 2012 02:34 PM|LINK
I got the folloowing error in apop up window: An unhandles Microsoft. NET Framewok exception occurred in w3wp.exe[4064].
Sometimes the braket code is different.
jesusvaz
0 Points
5 Posts
Re: I have website that runs well in my development machine but it fails once this one its deploy...
Apr 23, 2012 02:54 PM|LINK
I am deploying the website to my own machine ISS.
Firts I was using DLLs to performe some calculations and i got the error.
I end up adding the code taht perform the calculation to my web project but i get the same result
In the remote server i got exactly the same eror.
Jesus.
jesusvaz
0 Points
5 Posts
Re: I have website that runs well in my development machine but it fails once this one its deploy...
Apr 23, 2012 03:06 PM|LINK
I deploy the wesite usinga Setup project.
Jesus
necro_mancer
Star
8089 Points
1590 Posts
Re: I have website that runs well in my development machine but it fails once this one its deploy...
Apr 24, 2012 08:23 AM|LINK
hi jesusvaz,
the issue seems to come from the .NET Framework that is installed on your local system. Would you please have it reinstalled?
As a comparison, you may try to deploy the project to a remote server. Please let me know the outcome :)
Professional SQL 2008 R2 Service
jesusvaz
0 Points
5 Posts
Re: I have website that runs well in my development machine but it fails once this one its deploy...
Apr 27, 2012 09:14 PM|LINK
Reinstalling the framework did not help. Do yo have any other sugestion?