In my continuing quest to get a working ASP.net on my laptop, I came across a problem that I hope someone can help me with.
My laptop has WinXP Pro as the OS. I installed the following items from MS:
1) .NET framework Redist 1.1
2) .NET SDK
3) MS Data Access Components 2.7.
I then installed MS SQL Desktop engine, and the request of one of the tutorials. Everything seemed to work ok, until I shut down my computer. Then when I brought the system back up, SQL server didnt come back up. There is a little icon in the tray, but when I click on it, it asks for the server name and handle (which I have no idea on either because Im unaware how .net installs).
I have made online radio. but i want to make desktop icon for that small web application so that everyone can listen radio on double click that icon.so plz tell how can i make that icon.
I was thinking about using active desktop, asp, and IIS on my win 2k pro computer to setup a personalized interactive desktop. Has anyone ever done this before? If so do you have a screen shot or maybe some hints/information I could use? I've been searching google. From what I can figure all I have to do is program a webpage that looks and works the way I want. Then just tell active desktop to use it as the home page.
Is it possible for an asp.net site that when it is viewed by a user, the site can interact with the desktop apps possibly written in vb or access? The use I am looking for is that if the user clicks on a staff's name in the site, the site access an ms access app on user's desktop and locates the relevant staff record.
I'm back with my relentless questions, well it's just one question this time and hopefully the answer to this will further my ASP studies.
if you load into Internet Explorer (any version) and goto File > Send > Shortcut to Desktop, you can probally guess what will happen if you then clicked. My question is, is there a means of doing the exact same thing using ASP code?
Most ASP tutorials, etc, even the beginnner sites, just start out with the code. but what about your development environment?
Is there any way to set up a complete development environment on my PC (Windows ME, sadly) like I can with Apache/PHP/MySQL? In other words, a suitable server that parses ASP, and a SQL-compliant database. I realize getting into ASP goes into the commercial (non-free) arena, but are there ways around this in less-expensive or free ways?
I have an issue that I've been encountering in an ASP application I'm working on. Most of the application is written in ASP, but there is one page written in ASP.NET. The ASP.NET page needs to have access to the ASP Session data to run correctly.
In order to achieve this I create my own HTTP request for a certain ASP page with the name of Session variable that I want is stored in the query string of the request. Code:
Do anyone have an Idea where can I find an ASP engine other than ActiveHTML? I'm using a server other than IIS and it supports ASP only through a third party ASP engine.
A new-installed server-application has damaged my IIS. Now I want to reinstall the ASP-engine on my W2k-server
I already tried: - remove IIS (-->add-remove programs) - install IIS and all components (-->add-remove programs) - run Windows 2000 SP4 - run IISSTATE for debugging
Is there a script that you guys can point me to, i have a database that has jobs in a table witin the database. I just want the user to be able to type in the job name and click search and get results. I just want to select one field from the table in the database and display that job according to the search. Currently the search bar is not working and i am wondering if you guys know where some tutorials are out there for this situation.
Are there any template engines out there for ASP? I'm a PHP guy at heart and I love my Smarty template engine. Is there a template engine out there for ASP that is comparable to Smarty? Are there any template engines at all for that matter?
I am currently redesigning my website, one feature that I'd like to really add is a search engine. I have tried writing one but have not been successful at all(my ASP scripting still needs work). Do you have one that I can use/work with, preferably one with a textfield and a GO button.
I have a web site written in asp, but all the products are held in a DB, I have recently changed the way the products are linked to the menus, and have had to change the url and page that relates to the products.
Does anyone have a good plan which will allow the search engines to pick up the new pages asap, I haven't got ride of the old ones yet but some are a little out of date, although I am looking into changing the url and sending to a search page for now.
I already have the meta tags created on the fly, the title is created on the fly, I have h1's as titles.
Where can I find a good templating engine for ASP?I have always worked in PHP until now and have alway found using templating engines to separate my code from html is a very clean way to code.Now I am learning ASP and would like to continue doing this.
When a global.asa is changed does its engine need to restart or is it restarting itself or so? I mean for example there is a web site which contains asp pages and of course its global.asa file .
if there is an engine each websites, does need the site's engine restart in that case or It can understand something has been changed and it rebuilds or restarts its engine. I guess not but one of my coworker says it's restarting the engine.
I would like to create a search engine for my Intranet...using windows 2000 indexing service and ASP.Can someone assist me from basic steps in developing a search engine.
I am looking for an search engine that could parse .html, .asp, .pdf, .doc documents. Does anybody know of any good ones(free ones) or a ASP script that I could modify or any links that would help me in building such thing.
any free graph engines or something not too expensive that I can use with ASP to connect to SQL server database. Some sort codes example will be appreciated.a sample codes as well .
ive been using this script http://blursoftware.com/ASPSimpleSearch/ which is very useful indeed. But, one thing that doesnt do so well, is create static pages - the search engine just gives u one, bit page, say when u have a site with 300 links, its not so great.
I m facing a problem while I try to build search engine...Like every engine you got some resualts, and the link to the description... My Q: how do I create the right Hyper Link to the resualt ?
i just put up a web hosting service, the problem is its a linux this means it wont run ASP, he said its expensive to put up a windows server, and his server can only run PHP CGI but not ASP, is there any thing I can do? can i convert ASP pages to PHP?
Specifically, i'm having problems with getting images and styles to render (e.g. when i create a rewrite rule like www.yourdomain.com/category/article-name-here which transforms a script like www.yourdomain.com/?pageid=7§ionid=34 - what happens in the browser tries to find yourdomain.com/category/images instead of yourdomain.com/images.)
Also, while ISAPI rewrite tells me how to create urls which I can input via the browser, it doesn't tell me how to convert an output string to it's friendly equivalent. The only way I can see to do this is to rename every link in my site, which I understand you don't have to do with php equivalents.