Hello all...
When I install my module, it goes through the installation process and finishes. After it finishes, I get the following error when trying to access the site:
Server Error in '/' Application
I then notice that I don't have the web.config file set to "Off" to be able to see what the problem is. Once I do that, however, it tries to go to my localhost (localhost/dotnetnuke)
I had this module installed previously and it worked just fine, however I did some editing to it. When I went to install it the next time it said I had an invalid object name. I was talking with another developer and she said that I needed to update my 01.00.00.SqlDataProvider file. So this is what I did:
I go to my Visual Web Developer 2008 and open my site. I right click on my database in the database explorer and choose "Publish to Provider" to make the data for my 01.00.00.SqlDataProvider file under my module. It paste that data into that file, run it locally (works fine), package the module, and then install it on the live site. Then this all happens. I
s there something in that data that might be trying to make it go to the local host? Does it just default to local host if there is this error? I am fairly new at DNN, I've been working with it since about January. This problem has caused me to call my host provider to roll back my site twice. Any feedback would be appreciated.