Click here to Skip to main content
15,892,674 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
In localhost data import to sql server working but in our site it process not working
Posted
Comments
What is the exception?
aarif moh shaikh 29-Dec-15 5:35am    
show your code & also check authentication.
Dave Kreskowiak 29-Dec-15 10:35am    
What did you use to do the import from the Excel file? If you used Office Interop, you made a big mistake.

1 solution

1. This is like saying, when I drive my car it works fine. But when I let my friend drive it, it doesn't work. Do you really expect that anyone can help with so little information?
2. Turns out I can help. ;) First off, look at the error and that will tell you the problem. However, in my experience, when code works in dev but not in production the problem is 1 of 2 things. Missing components on the server (dlls for example) or permissions. But the error will tell you which one.
 
Share this answer
 

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

  Print Answers RSS
Top Experts
Last 24hrsThis month


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