Configuration :: How To Make This Small Project Work Online?
Dec 24, 2010
I just finished programming a web application, and I want to upload it to a host server so that it works online. However, I faced some problems.When recalling functions from class files, server can't approach them, and the following error appears: (BC30002: Type 'db_class' is not defined)I know that there are steps I have to do in this stage in order to make the project working. I want your help letting me know what these steps are!
I have reviewed many references and posts in this forum, but I couldn't reach a solution.I built a small project that contains ( default.aspx, app_code/class1.vp and web.config). It would survive my graduation project if you would downloading the project and fix the error appearing, and return me back the modified code. I tried many things on my hand to get fixed, but with no result.[URL]
View 1 Replies
Similar Messages:
Nov 9, 2010
I want to make a email service project like gmail, yahoo with small feature. I am unable to understand from where i start it. Can you provide me the complete detail to start this project.
View 6 Replies
Mar 21, 2010
I have created 2 projects in a solution. One project contains Asp.net classes with login page and different other pages.
Another project contains a web service.
When I launch the solution(click F6 in visual studio 2008) the login page can access to the method of the webservice. Both projects are launched.
However when i added this 2 projects into IIS and deploy them (with create command) the login page cannot contact the method of the web service. Even though the web service is running because i can acces it manually. But they cannot communicate each other.
View 3 Replies
Jan 18, 2011
We have an Intranet site so each developer has our own development site on our computers. We were using XP and IIS6 but are trying to move to new computers running Windows 7 and IIS7.5. Our website starts with classic ASP in the root and has 2 virtual directories turned into applications with .NET code. One is projectless .NET and it works perfectly. The other is a .NET project and we cannot get that running on Windows 7. It compiles fine with Visual Studio 2008 but when trying to access the files through the browser it just runs and eventually times out.
I have tried various things:
- both Integrated and Classic pools for this problem application and the entire website
- even installed framework 1.1 just in case
- various IIS settings including installing all IIS6 Management Compatibility items
I am guessing perhaps something has to change in web.config or some other file, but not sure what. We are running the 32 bit Windows 7 Enterprise.
View 4 Replies
Dec 8, 2010
I want to make a set up project which would install, .net framework, sql server 2008, configure my website in IIS.
View 2 Replies
Feb 2, 2011
I have been trying to make a program work with our IIS server, but it's run into a tricky problem that's been driving me nuts. When I debug the program, everything works perfectly; users are able to log in and they see the appropriate content according to the user's role. When logging in from a remote location, however, the program seems to have trouble finding the users' roles. Users can log in, but they cannot see any role-specific information, so they are stuck on the login page forever.
I tried adding a line of code to find the roles of a particular user. In debug mode, it returned the roles correctly, but when accessed through the server, it returned an empty array that caused my site to crash.
View 1 Replies
Oct 29, 2010
I am running VS2010 and trying to make the asp.net configuration tool to work. The problem is: when I click on in in the menu, the server goes up but nothing happens.
If I type the url (localhost:port) in the browser, I get the following error:
Server Error in '/asp.netwebadminfiles' Application.
HTTP Error 404 - Not Found.
and if I copy and paste the /asp.netwebadminfiles to the url (localhost:port/asp.netwebadminfiles), the page loads with the following message:
[Code]....
View 1 Replies
Feb 16, 2010
Our team doing a project in asp.net & Mssql 2005.since our team member are distributed. we need a online tool for tracking project changes, and control access to our online code repositories.
[code]....
View 4 Replies
Oct 7, 2010
how to design following small webproject and database .i am totally new in this area.
I need to quickly develop a system so that everyone can access the status of the job going online into the system
Activities
Move the job between work centers when it's completed.
Transfer button. So when design is done we should be able to click the transfer button and move the job from Design to Procurement
Here are the work centers.
plan cerement TST Shipped Each work center should have due dates User will have to update manually due date for each work center and this will be different for each job.
View 1 Replies
May 25, 2010
How to make your home page shows a small part of your post with the title and "read more.." button, so once you click on the "read more.." button you will be taken into page with the entire post.
View 3 Replies
Jul 7, 2010
I want to do project online art gallery in .net using Visual studio 2005,(asp.net with vb) and sql server(within VS 2005),for that i want to upload an image frm user and save it into the database,i want to get help for the proejct?I want to get coding for uploading n saving image to sqlserver.If anybody have the project please send to my mail
View 4 Replies
Apr 30, 2010
am doing an online computer service project. what i am looking for is an example of the contents that will be asked to the customer when he is logging an complaint. any suggestions, links will be really useful.
View 2 Replies
Jan 19, 2011
I have a Web application that I have built, published and deployed on a Web Server. It all works great and up to now I have been able to get people to stop using it whilst I published any changes. It is an internal system but I now have firefighters that can be using this 24x7. I am probably being totally thick but how should I deploy small changes in codebehind pages without haviing to do a full deployment to the web server. I am learning ASP.NET as I go along and I am a bit confused with how I can update the web application without affecting users.
View 3 Replies
Aug 19, 2010
I want to develop a Online Exam Management Project using asp.net and sql server. I want to know whether there is any open source project available for the same.
View 2 Replies
Nov 16, 2010
Not sure if I am describing this but here goes. When I save a bookmark for a URL on my Android smartphone, if it is a known URL like Netflix, or Facebook or Google, etc, It will automatically find a small (favicon like) icon which shows next the to URL. I also saved the url to mysite and it has nothing. What do I add to my site to get and Icon?
View 3 Replies
Oct 18, 2010
Im tring to design online shoping website,,as a project in the college .. in this website i want to do the payment using credit card..and that also will be with the help of mysql server so I want to know the about the way or the idea about it my qusion is..
View 4 Replies
Jan 12, 2010
I have a problem, when i´m working offline, my favicon appears, but when i put my web site online in a iis server, doesnt appear
i have this:
[Code]....
View 8 Replies
Oct 11, 2010
Well I have recently been working with profiles and its been going well. When I load my website within Visual Studio it created an MDB within app_data called aspnetdb.mdb and from then on it uses this database to store data that my users have chosen or entered. When I upload the website it fails because it can't find or create the database above. (even if I upload the mdb that was created on my local machine) I have tried to resolve this issue by changing my web.config file as below
Code:
<connectionStrings>
<remove name="LocalSqlServer"/>
<add name="LocalSqlServer" connectionString="Data Source=localhost;Initial Catalog=totallyu_profiles;Integrated Security=True;User ID=admin;Password=password;" providerName="System.Data.SqlClient"/>
</connectionStrings>
I also made an SQL database on the server called totallyu_profiles and set up a user for it. I can connect to that database by using ODBC on my local machine. I can't however upload my current database created by Visual studio to the totallyu_profiles database so it is empty, I was wondering if it will fill the tables itself when the connection string is okay. One other thing to note is that my site errors very quickly with the above connection string and if I don't include the string and use the default then it takes ages. Can I somehow just point the connection string to my database within App_Data?
View 28 Replies
Mar 3, 2011
i want to make website where users can book tiket online. i want to make quickbook like [URL] in this webiste to make this quick book like to work. how to do this type of quick book methods for booking online.
View 3 Replies
May 31, 2010
I want to make a flower shop using the technologies mentioned in the title. I was thinking about customer/admin login in ajax. I'm using Visual Web Developer 2008 Express and I know a bit of VB.
View 2 Replies
Sep 3, 2010
I would like to make a custom accordion, in which I have 2 panes, but where you couldn't open the second one until you clicked a validation button in the first one that would open the second...
I tried to just make a button that would hide the first pane but I cant get to make it work.
[Code]....
[Code]....
View 7 Replies
Jan 6, 2011
I want to develop a utility where user will insert new Records and also the same application should work if user is not connected with internet.When user wants to submit records only that time he required to connect internet.
We have created one sample application using excel where we use Dropdown, Textbox, Label.User will download excel file from website and filled up details. When user wants to submit all details only that time internet is required. Application will insert value from excel file to server using WebServices when user click on submit button.
Above is working file but it's increasing our work because we are creating website and also Excel project (Almost double work). I want something where we can utilize the code for online and offline application.
View 1 Replies
Jan 6, 2011
Let say I have complete Image of Newspaper front page i want it make asp.net or winform application so user can slice this page and then link this page to another image...I am confused what should i do from where should I start although this is not my newspaper application its university project but it works same like this images....For clear understanding here is site link eg. http://epaper.dawn.com
View 1 Replies
Oct 9, 2010
i am searching about how to make online live audio stream, (like radio),how to make this with asp.net?
View 3 Replies
Aug 3, 2010
I have create a small web application with 2 forms in visual studio 2008 framwork 2.0 database
sql server 2005 but i am little confuse about how to and where database file should place when deploy application on web server.
View 2 Replies