Asp.net - Set AutoDeployment For Dot Net Nuke Web Site In TFS?

May 14, 2012

i am looking for a way to autodeploy a Dot Net Nuke website by TFS after checking in. I also need to some how transform web config to the right connection for the deploy server. Since this is a website but not a web application, thing becomes tricky. If you have done it before,

View 3 Replies


ADVERTISEMENT

Custom Membership For Dot Net Nuke

Dec 11, 2009

i am new in dot net nuke.i just found that there is open id logging option in dot net nuke.And so i did need user to register afresh in my dnn application.This is because i have another mvc application which i would like to be the openid provider for my dnn application.and am totally confused on how to go about that? Again,is it possible to tamper with dnn membership such that i use aspnetsqlmembership?

View 1 Replies

Build An Application That Will Login To A Web Site, Navigate The Site And Download Files?

Mar 26, 2010

I am not sure if this is possiable but I am looking to build an application that will login to a web site, navigate the site and download files. I would like to do this all in code and able to run multiple instances of the program to get information from many different web sites. Is something like this possiable in VB.net?

View 3 Replies

VS 2008 - Threaded Ping - Click Another Site While Its Still Pinging Them It Doesn't Wait Before It Switches Site

Feb 9, 2010

Ive got an app that holds a list of site we have, At each site there are a few devices. The idea is when they click on a site all the details for the site are loaded and then a second thread sits and pings each device to see if its live. Im trying to do this in a seperate thread so if they click another site while its still pinging them it doesn't wait before it switches site. This all seems to be workling fine except if you click through the sites quickly, when you do that it will eventually come up with

Quote:

{"Collection was modified; enumeration operation might not execute."}

The error flags up on the "Next" line in "ThreadedPing"

Thread stuff

Public Sub ThreadedPing(ByVal dt As DataTable)
Try

Dim dr As DataRow

[CODE]...

View 2 Replies

User Can Change The Update Site With Out Building The Program Again With The New Site?

Oct 13, 2010

When i publish my program i choose to let the application check for updates via a website and if their is one update automatically when the program starts. Is their a way were on the main user form i can make it so that the user can change the update site with out me building the program again with the new site. I want to do this becuase the site i use goes down alot so when i changed the update url no one was able to download the update for the new update server.

View 16 Replies

Internet Explorer - User Click A Command Button To Open IE To A Financial WEB Site And Download Informaion From The Site?

May 19, 2011

I'm deploying a VB.Net app (VS 2010 Pro) that requiers the user click a command button to open IE to a financial WEB site and download informaion from the site. The app works fine in every detail when installed on the development computer. But, on the target computer when the command button is clicked an unhandled exception occurs which says: System.IO. FileNotFoundException:File Not found.My code behind the button is Shell("C:Program Files (x86)Internet Exploreriexplore.exe www,fidelity.com",AppWinStyle.NormalFocus)

This works fine on the development computer. Do I need a way to code this as a relative path? If so,can you tell me how this is done?Throughout the app I have written relative paths to needed files using paths like (Open(Environment. GEtFolderPath (Environment. SpecialFoldder.Desktop) + "File Name). They all work fine when deployed.

View 7 Replies

Label Staging Site To Prevent It From Being Used As If It Were The Production Site

May 18, 2012

I'm being asked to maintain several internal-only web apps for my company. For testing, after making my changes, I've created some staging sites which make use of separate databases. As such, if my users were to mistakenly use this site as if it were the production site, they may enter important data and wonder where it "disappeared" to thinking it was the production server.

I'd like to create a big banner of some sort across the top of the staging site (which ONLY appears on the staging site) to remind my users that they are on the test site. I'd like recommendations on the best way to do this, with the following considerations:

IDE: Visual Studio 2008
Server: Windows 2003 with IIS 6
Language: VB.NET 2.0

View 2 Replies

Open Site When Click (Visit Site Button)

Jan 8, 2010

i want to know how can i code my button when i click it will open my site ... i Think i was clear.

View 1 Replies

Login Directly From One Site Another Site?

Oct 21, 2010

when i am surfing in one site,i want to see the another URL...without going URL directly access the login......for example this is the login page url i want know automatic login to this page [URL]

View 1 Replies

Asp.net - Generate The API Of Site?

Apr 15, 2011

How to generate the API of my Site ... www.volvobusesindia.com so that i can provide my site API to agents so that cthey can vbook tickets using our API ?

i want the bus booking search box appear in the site will be displayed in others website ?

View 2 Replies

Asp.net - Make Site More Web 2.0?

Dec 29, 2010

I am making a website on User Oriented cars Rental service. i that website i added almost all the features of databse handeling . i also make a forum in it. what else i can add in my website so that it look more web 2.0 website. in other words. suggesting a way to make my wesbite site more Web 2.0

View 2 Replies

Crawl A Web Site?

May 21, 2009

Basically at work i have to manually log into the backend of our website and then process some actions like expiring the records on the results page, then i have to move to the next page and do the same...

I want to be able to automate this with a simple tool that has a webbrowser control in it and a few buttons that i can click. So for example there will be a Expire button which will expire all the records then click the next page and repeat the process until it has expired all records. At the moment i am clicking on buttons using the below:

[code]...

I was just wondering if there is a better way to do this? At the moment i'm having errors where the clicks are being processed before the page has finished loading resulting in nothing happening.

View 3 Replies

Getting A Response From Site?

Aug 15, 2011

using vb.net i need to access a website and then look for a specific string in the html

View 2 Replies

Read From Asp Site?

Jul 2, 2011

I'm trying to read my IP-Address from this site and then load it into a textbox in my application. So far I've got no ideas how to do this.

View 7 Replies

Trying To Login - Site Via App

Jan 19, 2010

I am trying to login to hotmail via my vb.net app. I am pretty new and couldnt find any information on this nothing I have tried has worked.

View 4 Replies

Web Browser, Log Into A Site

Nov 27, 2010

I have never used a web browser in my programs before and i am not an amateur programmer. I decided to play around with the web browser tool i was trying to set up a simple program that when the web browser navigates to ie: [URL]. After it navigates there is a panel on the side of the program that has two text box's and a button. two text boxes one for email and one for password and after you click the button it puts the text you have in those text boxes and it puts it into the Facebook text box logins. There is something wrong with my code

Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
Me.wb.Navigate("www.facebook.com")

[Code].....

View 4 Replies

Loging Into Site And Getting Source

Mar 25, 2009

okay is there anyway i can login to a site and get the site's source without using a webbrowser ? i want to do this cause i do rewards1 and i want to check my ballence every 5 sec to see when an offer credit's.

View 13 Replies

Add Button To Existing Site?

Mar 9, 2012

There is an existing site with no compiled DLLs, it's all .aspx.vb and .aspx files.First question is that I can see

<%@ Page Title="" Language="VB" MasterPageFile="~/MasterPage.master"
MaintainScrollPositionOnPostback="true" AutoEventWireup="true"
CodeFile="ThisPageName.aspx.vb" Inherits="ThisPageName" %>

[code].....

View 1 Replies

C# - Developing ASP.NET Web Site For Different Languages

Oct 7, 2011

I'm building a website which will have a Spanish and Italian version.

In the past, when building a site which must be available in different languages, I've created a SQL Table like follows:

dbo.News
--------
ID int
EnglishTitle nvarchar(200)
SpanishTitle nvarchar(200)

[Code]....

However, I've found this really time consuming (especially if the client later asks for another language option as a second phase).

What is the best practice for doing something like this, allowing scope for extra languages?

View 5 Replies

Check Balance From A Site?

Jul 31, 2011

I wanted to make a tool myself and check balance on multiple sites, so i dont have to login the whole time.

View 1 Replies

Check If Site Has Been Loaded?

May 31, 2009

Using the webbrowser control and conditional logic, how would I check to see if a specific site has been loaded?

View 6 Replies

Configuring ASP.NET Site Map URL Domain

Jun 2, 2010

I have a site map configured as such:

[Code]....

For some reason, even though in the sitemap, the url is defined as "[URL]" or "home.aspx", the currentNode.URL always has the domain attached to the URL, creating bad urls like "[URL]" I've tried to figure out where [URL] was coming from by search my project and inside of my web.config file, but I can't seem to find it.

View 1 Replies

Convert Web Site To Web Application?

Mar 18, 2010

I've inherited a web site, which I've converted into a web application in VS2008. The conversion has worked for everything except a Gallery control.The compile error I'm getting is:Type 'Gallery' is not defined in file: gallery_oct07.aspx.designer.vb

Option Strict On
Option Explicit On
Partial Public Class gallery_oct07

[code]....

View 4 Replies

Copy File From Ftp Site?

Nov 26, 2010

I am trying to copy a file from my ftp site to my local box and then read the contents. The file is a basic text file and when I download it to my local machine it is a blank file.

View 3 Replies

Copy Files From An Ftp Site?

Jan 22, 2012

I need to down load/copy files as in TXT file from an FTP site.I need to code in VB.Net.Currently I manually save it into a folder on my C drive, which I then update my DB.I would like to do it thu my code.

View 12 Replies

Forms :: Get Weather From A Site?

Sep 17, 2011

Load some if this weather info into textboxes? Burbank, California (91501) Conditions & Forecast : Weather Underground[code]...

View 7 Replies

Getting URL Of FTP File On Http Site

Feb 29, 2012

i move it to Network Class Library (System.Net)forum but no1 there i try to delete it but i cant so if some1 can pls delete it url..so i back to here if there is better place to get answer pls tell me..i try to get the site src that i can check for url but cant i can do it with webbrowser manualy but just if it not possible

View 8 Replies

How To Check For Text On A Site

Feb 16, 2012

I am trying to create a simple program that logs in to a site using a WebBrowser, and it does it fine, but I want it to check if it actually logs in (correct details have been put in) and return the result to the program, I figured it would be possible to search for text on the page after submitting the login to see if it was successful or if it failed. How would I search for text on the page? My current code is this: [Code]

View 1 Replies

How To Instantiate A Class In A Web Site

Sep 28, 2009

I have created a WebSite with a folder called Classes. In the folder, there is a class with a Public Shared Function. How do I go about instantiating that class so I can use that function on a web form?

View 5 Replies

How To Login The Site At The Same Time

Jul 17, 2009

I am making a program with some account details stored and the webbrowser so that I could be able to access to the website. I would like to know how I can be able to login the same site at the same time with many accounts when the account details stored on cookies?

View 7 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved