|
I have an existing ASP application on a single server www.server1.com.
This app. gets its data from an ACCESS MDB using Remote Scripting (I know its legacy!) and is running within shared-web space.
Is it possible using this/or any other technology to retreive data held in this Access MDB from another web server e.g. server2.com. and if so, how?
|
|
|
|
|
Hi experts,,,
I have devloped an web application and now its in Testing mode.
But when i trying to visit the page it gives me error.a follws..
Server Application Unavailable
The web application you are attempting to access on
this web server is currently unavailable.
Please hit the "Refresh" button in your web browser to retry your request.
Administrator Note: An error message detailing the cause of
this specific request failure can be found in the application event log
of the web server. Please review this log entry to
discover what caused this error to occur.
So I open the Application event log to check cause..
it shows me..
aspnet_wp.exe could not be started.
The error code for the failure is 80004005.
This error can be caused when the worker process account has
insufficient rights to read the .NET Framework files.
Please ensure that the .NET Framework is correctly installed and
that the ACLs on the installation directory
allow access to the configured account.
I tried to it again by applying rights to ASPNET user.
But I m faild.
and I m using Visual Studio 2005 that means....Net Framework 2.0
NOW ITS VERY URGENT TO ME..
I NEED TO DO MORE MODIFICATIONS...
AND I M GETTING SCARED......
Plzzzzzzzzzzzzzzzzzz....Plzzzzzzzzzzzzzzzzzz
Help me...
waitng for ur valuable reply,.
|
|
|
|
|
Did you try to reinstall ASP.NET? Use aspnet_regiis.exe -i within the v2.0-framework directory (can be found in Windows\Microsoft.NET\Framework.
Regards
Sebastian
|
|
|
|
|
Thanx for ur reply..SeMartens.
Actually there is nothing any problem of ASP.NET.
I think its an IIS problem..so I tried after IIS ReInstallation.
But Problem could not solved.
as just something I think about the Temporary Internet Files.
and..
My Problem has solved after Deleting the temporary folder for my WEBSITE from
"C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\"
Regards,
Victory
|
|
|
|
|
Hi all,
I am writing a web chat application. I am reading the new messages from database in the code behind page, and updating the text of the textbox.
But I need to refresh the textbox without refreshing the whole page, in roder to see the new messages.
How can I do this?
Thanks in advance.
|
|
|
|
|
Use AJAX to refresh your textbox
Yusuf
Oh didn't you notice, analogous to square roots, they recently introduced rectangular, circular, and diamond roots to determine the size of the corresponding shapes when given the area. Luc Pattyn[^]
|
|
|
|
|
alternatively you can put the textbox in an iframe - and use a meta refresh tag to refresh the textbox page every 5 seconds or something.
|
|
|
|
|
Thanks, but I'm not familiar with Javascript and AJAX. Can you please provide me with an example?
|
|
|
|
|
Thank you.
I have figured it out. 
|
|
|
|
|
hi,
Use AJAX for partial page rendering and to avoid full postback. To know more about AJAX, visit ajax.asp.net.
Either you love IT or leave IT...
|
|
|
|
|
Hi,
Would appreciate is someone can help me out in this....Really bugged by this!!
am using a div which appears with an "Please Wait..." image on a button click, now when that div appears i want to make the background opaque/non clickable as it contains menu items,...which i do not want the user to click while i do a processing logic. am using VS2008 & want to do it with javascript...
a small code snippet that i use for testing... -
<pre><tr>
<td>
<div id="divMain" runat="server" class="content">
<asp:UpdateProgress AssociatedUpdatePanelID="updpnlTest" ID="updateProgress" runat="server">
<ProgressTemplate>
<div id="divProgressBackgroundFilter" runat="server">
</div>
<div id="divProcessMessage" runat="server">
Processing your request...Please wait.....<br />
<br />
<img alt="Loading..." height="40px" width="40px" src="loading.gif" />
</div>
</ProgressTemplate>
</asp:UpdateProgress>
<asp:ScriptManager ID="ScriptManager1" runat="server">
</asp:ScriptManager>
</div>
</td>
</tr><pre></pre>
<tr>
<td align="center">
<asp:UpdatePanel ID="updpnlTest" runat="server">
<ContentTemplate>
<asp:Button ID="btnDisableBackground" runat="server" Text="DisableBackground"
onclick="btnDisableBackground_Click" />
</ContentTemplate>
</asp:UpdatePanel>
</td>
</tr></pre>
Thx in advance...
Regards,
Yogesh
|
|
|
|
|
Since you are using AjaxControlToolkit, why don't you use Modal Popup[^]
Yusuf
Oh didn't you notice, analogous to square roots, they recently introduced rectangular, circular, and diamond roots to determine the size of the corresponding shapes when given the area. Luc Pattyn[^]
|
|
|
|
|
hi yusuf,
Thx for the reply but my requirement is using a div & not a modal popup...Also i forgot to mention i'm using IE6.0 & want to do it with javascript only...
Regards,
Yogesh
|
|
|
|
|
yogesh_jam wrote: but my requirement is using a div & not a modal popup
modal popup gets rendered as div. If you need to go hard core then here[^]
Yusuf
Oh didn't you notice, analogous to square roots, they recently introduced rectangular, circular, and diamond roots to determine the size of the corresponding shapes when given the area. Luc Pattyn[^]
|
|
|
|
|
Hi Yusuf,
u r post was of good help...
referring to this code on url - http://www.stephendaly.org/blog/post/2008/03/Creating-a-popup-div-that-disables-the-background-of-the-screen.aspx
Here Stephen has mentioned about args in function getPosition(args), but this value is never passed in the code block??
Can u plz tell me what this arg means?? becoz it gives an undefined in the alert & the code block does not work becoz of this.
Regards,
Yogesh
|
|
|
|
|
Hi,
i have a timer image that makes background opaque/ non clikable.
Now i have a close image in a div that has z index higher than the background page to stop the processing. My problem is that even the image is disabled & the click event is not fired... how can i achieve the same??
Code block:-
<div id="updateProgressDiv" class="updateProgress" style="display:none">
<div align="center" style="position:relative">
<img alt="Processing...." src="loading.gif" style="position:relative;width:40;height:40;margin-top:53px;z-index:10001"/>
<span class="updateProgressMessage">Processing your request...<br />Please wait.....</span><br />
<div id="div2" align="right" style="position:relative;z-index:10001">
<asp:Image ID="img2" runat="server" ImageUrl="~/close.gif"/>
</div>
</div>
</div>
Appreciate help in this regard ...
Thx in advance..
Regards,
Yogesh
|
|
|
|
|
hello,
i embedded inside my c# code the ability to visit home page etc. by clicking a button.
now , i have no idea what browser my customers have so what i do is write in the command line only the file hoping that it will be automatically linked with the right program.
well , it works BUT..
i cant open it in a new browser window. it keeps using the allready opened window.
i tried the switching option but it doesnt work
any suggestions ?
here's the command i use :
System.Diagnostics.Process.Start("http://www.website.com/","-new");
the -new should do the work but it doesnt.
tnx,
avi
|
|
|
|
|
i don't really know c# - but it their an option to add "_blank" as a 'target' argument?
|
|
|
|
|
alternatively - a simpler solution (addmittedly not as seamless) would be to add a page on your website that directs the to a new window using a hyperlink with
target="_blank"
or using javascript to dynamically pop an new window??
|
|
|
|
|
I have been trying to react a horizontal dropdown menu using nothing but CSS. I have checked CSSPlay - and have one working - sort-of. I can't seem to get it to work exactly like I want. Any suggestions as to where to go for help?
Thanks!
Coleen
"Even the smallest foot leaves an impression"
|
|
|
|
|
w3schools have good css tutorials.
Google for specific questions. There are millions of sites on css.
If you are using javascript and haven't thought of it already, bear in mind that some users have javascript switched off and you can make dropdown menus using pure css & html.
|
|
|
|
|
Thanks - I HAVE Googled CSS - I am looking at creating CSS menus without Javascript -so in answer to your reference about some users have javascript turned off - I am aware of that and THAT is why I am looking for GOOD tutorials about complete CSS menus! Thanks for the referral to w3schools - I've been there. The problem I am having is that there aren't any tutorials that go into the horizontal menu with a dropdown, that I can find that are easily customizable.
I can find a TON of stuff on a single layer horizontal menu, and have found plenty of stuff (mostly from Stu Nichols sites, thank you!) on creating the dropdowns - the problem I am having is in customizing the menus. Every time I try to customize the CSS to meet my needs - it screws up the menu format. So I need to learn HOW to do the customization. If you have any recommendations for tutorials that show how to do a completely CSS horizontal menu with dropdowns, I would certainly appreciate it! Thank you.
Coleen
"Even the smallest foot leaves an impression"
|
|
|
|
|
the adobe spry framework has a good javascript based menubar which I use regularly. Highly customisableusing css. js is harder to edit. Otherwise, I suggest you look up jQuery. Or plug away at a pure css version.
|
|
|
|
|
"Or plug away at a pure css version"
That's the idea, and why I was asking if anyone had a reference for a good site for PURE CSS menu tutorials...
Coleen
"Even the smallest foot leaves an impression"
|
|
|
|
|
Good People,
What is the best strategy to enable a software user authentication? Essentially, I have an app (desktop) that I have developed that will be sold. However, I need to ensure that the user has purchased a legal copy.
Are there some good third party products that do this? What is the best strategy to prevent the user from just giving their authentication code to another user?
Finally, for a desktop application, what's the best way to facilitate password help if the user looses their password?
Thanks for any help you can provide.
Blitz
|
|
|
|