Click here to Skip to main content
15,885,546 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
SQL
I have ASP.NET application that performs a number of tasks and one of the tasks is it opens MS Word and write into it. When I run the application it works perfect but when I configure it on IIS it generates error at the point which loads MS word.  To resolve this problem I have tried
1)  I have made anonymous access on IIS using ‘Administrator’ user,
2)  I have made IIS user member of Admin group
3)  I have made ASP.NET user member of Admin group
But unfortunately the problem is still there. Thanks in advance for your support.
Posted
Comments
Dylan Morley 20-Sep-12 6:32am    
What is the error it generates? Update your question and post the exception details
getrelax 21-Sep-12 11:25am    
error 2063
Dylan Morley 21-Sep-12 11:35am    
Any text with that - Exception trace, some sort of message? Something from the Error log?! Something that can help us?!

Or does it just say 'Error 2603' on your screen, in big red Comic Sans 48px?
getrelax 21-Sep-12 11:47am    
sorry the error code is 2063, it says only 2063

1 solution

here is the step by step simple instruction to deploy the asp.net web application click here How to deploy ASP.NET Web Application on server[^]
 
Share this answer
 
v2
Comments
getrelax 21-Sep-12 11:26am    
this is not the issue of deployment steps but i'm getting error 2063

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900