I moved a site from a dedicated server to a shared hosting environment. On my dedicated I could specify the order of precedence for the default / index files. On the shared default.asp takes precedence of index.html and I can not change that.
Support told me to look into using a web.config file to accommodate my needs. What I need to do is have the index.html file show up first, not the default.asp Is the web.config file the route to take?
Now I created a web site and try to start it ... but I used some dlls ... and when I asked my ISP to register those dlls for me ... they replied me like below "since your site is on the Windows shared server, we may not be able to register your .dll file" ... "We hope you would consider the alternative ways to implement at your end." So what do I need to do? What I need to do is to remove away all the dlls and change my ASP code?
I have 2 servers and I would like to access shared files on server 1 from an asp page situated in the server 2 (with the filesystem object).I can't do it, I think, due to access restriction with the user IUSER_.Both servers are Windows 2003 server no situated in a domain.Is there a solution to this problem ?
I am trying to set up my IIS to run asp pages. However, I am haveing some problem hosting my asp pages and it is probably caused by the IIS configuration.
Now, I am getting an error message "HTTP 403.1 Forbidden: Execute Access Forbidden Internet Information Services" when I try to open my default asp page using the personal web manger I am using Windows 2000 and oracle database.
I have setup an IIS 6 server and I am trying to migrate a pretty basic website to it. It will display any ASP page that I set as the default page, but gives a 404.2 for any other ASP pages that I link to.
i using the iis on my comp as a server.if i dun have a index.html or default.html page in my directory then when i enter //localhost then all files will be shown.now i put a index.html page inside the directory.. it will open up the index page when i enter localhost.i wan to link a page from the index.html page to the main login page.how do i do it?
I have uploaded asp online shop to my server but i can not see my default page pictures.Also i my poll does not work.Like windows download page appairs. My site was working fine with IIS but i do not understand it is not working in my server.
I have copied all my folder to /www/shop/ folder also my products doesn work. All was working in IIS. My email database is giving error while uploading to server.I have tried different ftp or direct connction.
Many of my pages use URL and/or server variables to run recordsets to serve up dynamic content. If a user bookmarks that page and then comes back later, they would get a end of record or no record returned generic IIS error page. Can anyone tell me how to add a defaul error page?
I've taken over maintenance of a website running on NT 4, IIS with ASP pages and an MS Access database, but I don't have much experience with this platform. I've got the ASP down pretty well and know SQL, but am having a problem figuring out how to get data for the main page.
On the main page (default.html) I want to display a random business from our database of businesses. Since it's a .html page how can I run server-side code to run the query and select the business? Am I stuck with CGI or is there some other way to do this? I don't want to redirect from the main page to another page, either.
I'm very new to ASP, but developing a dynamic website using ASP and an Access dbase.
I've created a template page (index.asp) and I plan for this to be the only page required for the whole site as the rest of the content will be loaded dynamically based on variables in the querystring. For example, if the querystring was: index.asp?PageStr=home, the home page content would load, if it was index.asp?PageStr=contact, the contact content would load.
My question is this. If someone went to my domain xyz.com there would be no default variable in the querystring and no content would load. Is there a way round having to create two pages - a default home page and another page for everything else?
I'm running win 2000, I downloaded a calender and put it into my root website folder. the calendar folder contained a file called adovbs.inc . After the insertion of this folder and creating links to it we noticed that when the web page loaded it's home page, another older page that has been deleted is displayed.
This page was located in the calendar folder. So now I've deleted the calendar folder, and restarted the server but this old page is still on display.
I'm building a system where a presenter uploads a PPT to my server and then I show it to all the participants. The problem is that most of the media in the PPT is usually linked, so I'll need to upload all that too.
Assuming I can parse the PPT and figure the exact name and location of each of the media files I need from his hard-disk, is there any way I can upload all these files automatically, without having to make the user choose each of these files manually? If that's not possible, can I atleast show the user a page with a list of input boxes of type file, pre-populated with the file-path and name of the media files I need, so that the user can just click 'Submit' without having to browse and select each of them?
Please say yes. It would be a major usability crisis if my users had to keep hitting the browse button so many times for each PPT! Especially when I know exactly what files I need and where they are! I know that this has a lot to do with browser security, but there's got to be SOME way out?
how can i allow access to a shared network folder? i am trying to give access to my as pages only. i don't want just anyone to type in the path of my files. i can't seem to do this with a shared folder.
I'm working on a Intranet, and found this code to list the contents of a directory. However, the only directory I've been able to show is the dir where the script itself is (Inetpub/Scripts).
How can I redirect to a directory somewhere else on the network ? Code:
We have a development team working on ASP.net. I shall explain the scenario we face.
Consider two systems, in the same network, one with windows server 2003 running IIS and other with windows xp. We have a shared folder "test" on the xp machine.
I want a program to be run in windows 2003 server, and want to save the files created during the process in folder "test" on xp machine.
this is working fine, when i write the program in Visual Basic, but the same is not working in ASP.net. Why is this happening?? Is it because of any folder permission given in the XP machine??? Should i need to add any permission to the folder???
I have several folders on a test web server that are not visible in the directory structures of several programs, including Visual Interdev and Stac ReachOut. All these folders have one thing in common: they are shared. I tried turning sharing off to fix the problem - no good.
The only way to make these folders visible to my project is to manually add them. But every time I refresh my project view, the folders go back to not being visible and I have to add them again. Any ideas?
I have an ASP site. Now we need to define some setting on config file. on basis of that value asp page control will switch visible true or false. everything is working if I hard coded the value but only need to know how could I read the config file value in asp page.
got things a litme more fixed here after spending another 4 hours figuring out things within the .net framework but ey it's all for the better. WHat if i wanted to start my web.config programaticly, how would i load it into my applicaion and maybe more important, where.
I have some ASP pages on my intranet site providing a helpdesk to my users. As part of logging a helpdesk call I am prompting them to link to a file using input type="file".
The file is on a network drive and the problem is when you click on the browse button it defaults to the clients desktop as the starting point of the browsing process. I would like to set a default location to start browsing eg etwork_serverhelpdesk to avoid confusion. Does anyone know of a way to do this ?
how to replace the system.web section using MSBUILD? I managed to change the appSettings and connectionStrings sections but when i tried to replace system.web i got an error message reporting missing system.web section.
I'm using VS2003 and .net framework 1.1, everytime I create a new asp.net project and run (debug or release) I get this on my browser (in this case, my project is WebApplication5):
Access to the path "c:windowsmicrosoft.netframeworkv1.1.4322Temporary ASP.NET Fileswebapplication5
It there a standardized process of working with text files that follow the typical INI file pattern with sections within it designated with square brackets? I am looking at needing to read in some of these into the DB and then editing in the DB and writing the files back out again. As an example they would have sections like this:
While debugging why a web.config section replacement was not happening in the real web application, I tried a simplified case, no replacement is enabled and the connection string is not showing up? Code:
I'm am having a coder do my site in asp, and it is oibg to take lots of bandwidth and space, but ms sql / asp server are very expensive, so how do you get arond it ? I am not using ms access as it can noy handle lots of users at the same time like mysql/ms sql would . Is the answer using mysql with asp? but have not seen many peole do that or use it